home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / SHELL < prev    next >
Text File  |  1991-09-18  |  1KB  |  33 lines

  1. =====                                               NOSview [137]
  2. shell
  3. !
  4. =====
  5.  
  6. _________________________________________________________________
  7. shell [<DOS_external_command>]
  8. !     [<DOS_external_command>]
  9. _________________________________________________________________
  10. The 'shell' and '!' commands suspend NOS and let you escape to a
  11. sub-shell (e.g. COMMAND.COM in DOS).
  12.  
  13. If 'multitask' is set to 'off', NOS activity is frozen whilst you
  14. are working under the sub-shell.
  15.  
  16. When you leave the sub-shell (with the EXIT command in DOS), you
  17. are returned to NOS.
  18.  
  19. Note that for the 'shell' and '!' commands to be useful there
  20. must be sufficient unused memory for the sub-shell and any
  21. commands which you wish to run under the sub-shell.
  22.  
  23. You can also execute an external DOS command from NOS.
  24.  
  25. [Internal DOS commands such as 'cd' or 'dir' or 'copy' do not
  26. work].
  27.  
  28. >> Examples:  !
  29.               sh
  30.               ! edlin test
  31.               ! xcopy autoexec.nos a:
  32.               ! map
  33.